home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 449
- Top = 128
- BorderStyle = bsDialog
- Caption = 'PowerPGP File Help'
- ClientHeight = 351
- ClientWidth = 508
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Panel1: TPanel
- Left = 0
- Top = 311
- Width = 508
- Height = 40
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object Button1: TButton
- Left = 12
- Top = 4
- Width = 481
- Height = 33
- Caption = '&OK'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 508
- Height = 311
- TabStop = False
- Align = alClient
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'PowerPGP File'
- '-----------------------------'
- ''
-
- 'PowerPGP File is a simple File Encryption applet. It uses DOS P' +
- 'GP to "ASCII '
- 'Armor" a file or to "Sign" a file.'
- ''
-
- 'You simply select the file you wish to encrypt, decrypt or sign ' +
- 'and click the '
- 'appropriate button.'
- ''
-
- 'The encrypt option doesn'#39't use the "-w" option of PGP since I ha' +
- 've found all it really '
-
- 'does is delete the file. By not deleting it you can use your ow' +
- 'n wipe utility to truly '
-
- 'wipe the file. PowerPGP File has a built in Delete option if th' +
- 'at'#39's all you want. Just '
-
- 'select the file to be deleted and press the delete key or select' +
- ' "Delete File" from the '
-
- 'file menu. Keep in mind this is NOT wiping the file, only deleti' +
- 'ng it.'
- ''
- 'That'#39's about all there is to it.'
- ''
- 'I may be reached via email at joe@servtech.com')
- ParentFont = False
- ReadOnly = True
- TabOrder = 1
- end
- end
-